DescribeIpSegment
Description
No description for this api.
Request Method
POST
Request Path
/apsara/route/Ddosprivate/DescribeIpSegment
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
PageSize | BODY | integer | No | No sample value for this parameter. | specifies the maximum number of records displayed on the page. |
CurrentPage | BODY | integer | No | No sample value for this parameter. | specifies the current page number returned. |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
Distribution | BODY | string | No | No sample value for this parameter. | area ID. For example, DXJF represents the Daxing computer room area. |
IpSegment | BODY | string | No | No sample value for this parameter. | specifies the IP address segment in the format of x.x.x.x/x. |
InfoType | BODY | string | No | No sample value for this parameter. | the type of information about this network segment. For example, distribution can be used to represent area information. |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
IpExpressions | string | no demo value | traffic collection network segment in the format of x.x.x.x/x. |
TotalCount | integer | no demo value | returns the total number of pages. |
GmtCreate | long | no demo value | traffic collection network segment creation time. |
RequestId | string | no demo value | request ID. |
PageSize | integer | no demo value | page displays the maximum number of records. |
IpSegmentList | array | no demo value | traffic collection and monitoring network segment list information. see the following parameter description for specific sub-items. |
CurrentPage | integer | no demo value | currently returns page number. |
RegionName | string | no demo value | the name of the region to which the network segment belongs. |
GmtModified | long | no demo value | the last update time of the traffic collection network segment. |
Id | integer | no demo value | traffic collection network segment ID. |
InfoName | string | no demo value | identifies the relevant information of the network segment in combination with the values of InfoType parameters. For example, for the distribution information type, enter the DXJF value to indicate that the network segment belongs to the Daxing data center area. |
InfoType | string | no demo value | the type of information about this network segment. For example, distribution can be used to represent area information. |
Example
Successful Response example
{
"IpExpressions":"no demo value",
"TotalCount":"no demo value",
"GmtCreate":"no demo value",
"RequestId":"no demo value",
"PageSize":"no demo value",
"IpSegmentList":"no demo value",
"CurrentPage":"no demo value",
"RegionName":"no demo value",
"GmtModified":"no demo value",
"Id":"no demo value",
"InfoName":"no demo value",
"InfoType":"no demo value"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}